home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / diary < prev    next >
Text File  |  1994-04-25  |  505b  |  18 lines

  1. diary:
  2.  
  3. Syntax:    diary ( )
  4.     diary ( "filename" )
  5.  
  6. Description:
  7.  
  8.     The diary function writes a log of the current RLaB session
  9.     (after the diary() function is invoked) to the file specified
  10.     by the string argument or the default diary file `DIARY', if
  11.     diary() is invoked without an argument.
  12.  
  13.     The diary file is opened in write mode. A string containing
  14.     the date, and time are written when the file is opened.
  15.  
  16.     Invoking diary() a second time with no arguments will close
  17.     the currently opened diary file.
  18.